Process/Instances({ProcessInstanceID})/DataFields({DataFieldName})
Returns a data field matching the DataFieldName for the Process process Instance instance matching the specified process instance identifierProcessInstanceID.
URI
{Service Root URI}/Process/Instances({ProcessInstanceID})/DataFields({DataFieldName})
https://api.denallix.com:443/K2Services/REST.svc/Process/Instances(8)/DataFields(MyProcessDataField)
Method
GET
Service Path Options
Required
- ProcessInstanceID (Integer) – the identifier of the process instance
- DataFieldName (String) – the name of the process data field
Return Type
DataField or Failure
GET /K2Services/REST.svc/Process/Instances(8)/DataFields <?xml version="1.0" encoding="utf-8"?> <DataField Name="MyProcessDataField" xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Some process data value</DataField>